home *** CD-ROM | disk | FTP | other *** search
- Path: news.csd.net!usenet
- From: clloyd@csd.net (Chris lloyd)
- Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.win32
- Subject: Re: MFC and console apps
- Date: Tue, 30 Jan 1996 16:26:44 GMT
- Organization: Computer Systems Design Company
- Message-ID: <4elh5j$sn6@apollo.csd.net>
- References: <4ejfsi$h5s@gate.bronson.com> <310E2BA6.BD5@raster.kodak.com>
- NNTP-Posting-Host: ppp17.csd.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Dan Updegraff <dju@raster.kodak.com> wrote:
-
- >Scott Wade wrote:
- >>
- >> New to MFC and wondering whether it's possible to use MFC classes in a
- >> CONSOLE app?
- Using container classes is fine but don't use any user interface or
- window classes. CString is obviously fine.
-
-